C1.LiveLinq.LiveViews Namespace : OrderedView<T> Class |
For a list of all members of this type, see OrderedView<T> members.
Name | Description | |
---|---|---|
AsCollectionViewFactory | Returns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. (Inherited from C1.LiveLinq.LiveViews.View) | |
AsDynamic | Used for views with anonymous type constructor as the result selector, converts the View to a View<dynamic> so it can be used for data binding and programmatic access. (Inherited from C1.LiveLinq.LiveViews.View) | |
AttachAggregationView | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
AttachView | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Concat | Concatenation of two views. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Contains | Determines whether the view contains a specified item. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
DeferMaintenance | Enters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance. (Inherited from C1.LiveLinq.LiveViews.View) | |
GetEnumerator | Returns an enumerator that iterates through the view items. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
GroupBy | Overloaded. Groups the elements of a view according to a specified key selector function. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
GroupJoin<TInner,TKey,TResult> | Correlates the elements of two views based on equality of keys and groups the results. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
IndexOf | Searches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Join<TInner,TKey,TResult> | Correlates the elements of two views based on matching keys. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Maintain | Brings the view up to date with its source data. (Inherited from C1.LiveLinq.LiveViews.View) | |
OrderBy<TKey> | Sorts the elements of a view in ascending order. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
OrderByDescending<TKey> | Sorts the elements of a view in descending order. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
PurgeEmptyGroups | Remove empty groups from a grouping view. (Inherited from C1.LiveLinq.LiveViews.View) | |
Rebuild | Re-populates the view by re-executing the view's query. (Inherited from C1.LiveLinq.LiveViews.View) | |
Select<TResult> | Projects each element of a view into a new form. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
SelectMany | Overloaded. Projects each element of this view to a collection of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
SetTransaction | Sets the value of the View.Transaction property. (Inherited from C1.LiveLinq.LiveViews.View) | |
ThenBy<TKey> | Performs a subsequent ordering of view elements in ascending order according to a key. | |
ThenByDescending<TKey> | Performs a subsequent ordering of view elements in descending order according to a key. | |
ToString | Returns a string representing this view. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Union | Set union of two views. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Where | Filters the source view based on a predicate. (Inherited from C1.LiveLinq.LiveViews.View<T>) |